func go/types.isInterfacePtr

7 uses

	go/types (current package)
		call.go#L831: 		if isInterfacePtr(x.typ) {
		instantiate.go#L255: 			if isInterfacePtr(Tu) {
		lookup.go#L437: 			case isInterfacePtr(V):
		lookup.go#L439: 			case isInterfacePtr(T):
		lookup.go#L513: func isInterfacePtr(T Type) bool {
		lookup.go#L520: 	assert(isInterfacePtr(T))
		operand.go#L363: 	if _, ok := Tu.(*Interface); ok && Tp == nil || isInterfacePtr(Tu) {